ComponentOne FlexPivot for WinForms
AddItem(Object[],Int32,Int32) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > AddItem Method : AddItem(Object[],Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Function AddItem( _
   ByVal items() As System.Object, _
   ByVal rowIndex As System.Integer, _
   ByVal colIndex As System.Integer _
) As C1.Win.C1FlexGrid.Row
public C1.Win.C1FlexGrid.Row AddItem( 
   System.object[] items,
   System.int rowIndex,
   System.int colIndex
)

Parameters

items
rowIndex
colIndex
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List